|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.GridBagConstraints
com.sabro.jbusiness.gui.formCadastroRastreabilidade.CadastroRastreabilidade.GBCHelper
public class CadastroRastreabilidade.GBCHelper
Classe fachada para agilizar o uso de Layout Constraints
Field Summary |
---|
Fields inherited from class java.awt.GridBagConstraints |
---|
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST |
Constructor Summary | |
---|---|
CadastroRastreabilidade.GBCHelper()
|
|
CadastroRastreabilidade.GBCHelper(java.awt.Insets insets)
|
Method Summary | |
---|---|
CadastroRastreabilidade.GBCHelper |
buildLayout(int x,
int y,
int fill)
|
CadastroRastreabilidade.GBCHelper |
buildLayout(int x,
int y,
int fill,
int anchor)
|
CadastroRastreabilidade.GBCHelper |
buildLayout(int x,
int y,
int fill,
int anchor,
java.awt.Insets insets)
|
CadastroRastreabilidade.GBCHelper |
setGridheight(int height)
|
CadastroRastreabilidade.GBCHelper |
setGridwidth(int width)
|
CadastroRastreabilidade.GBCHelper |
setWeightx(double x)
|
CadastroRastreabilidade.GBCHelper |
setWeighty(double y)
|
Methods inherited from class java.awt.GridBagConstraints |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CadastroRastreabilidade.GBCHelper()
public CadastroRastreabilidade.GBCHelper(java.awt.Insets insets)
Method Detail |
---|
public CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill, int anchor, java.awt.Insets insets)
public CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill, int anchor)
public CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill)
public CadastroRastreabilidade.GBCHelper setGridheight(int height)
public CadastroRastreabilidade.GBCHelper setGridwidth(int width)
public CadastroRastreabilidade.GBCHelper setWeightx(double x)
public CadastroRastreabilidade.GBCHelper setWeighty(double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |